core: Fix inverted conditional in GPG checking
authorColin Walters <walters@verbum.org>
Mon, 29 Jun 2015 15:09:00 +0000 (11:09 -0400)
committerColin Walters <walters@verbum.org>
Mon, 29 Jun 2015 15:09:00 +0000 (11:09 -0400)
src/libostree/ostree-repo-pull.c

index 29b72bf4f5c21f638e4be5e432151518d69c2c40..ff5bd3bc7c2f383530c56f733a163851e661ab88 100644 (file)
@@ -1682,7 +1682,7 @@ ostree_repo_pull_with_options (OstreeRepo             *self,
 
   pull_data->start_time = g_get_monotonic_time ();
 
-  if (!_ostree_repo_remote_name_is_file (remote_name_or_baseurl))
+  if (_ostree_repo_remote_name_is_file (remote_name_or_baseurl))
     {
       pull_data->remote_name = g_strdup (remote_name_or_baseurl);
       /* For compatibility with pull-local, don't gpg verify local